css: Disallow bypassing value computation
authorBenjamin Otte <otte@redhat.com>
Fri, 24 Oct 2014 18:17:11 +0000 (20:17 +0200)
committerBenjamin Otte <otte@redhat.com>
Fri, 24 Oct 2014 19:31:40 +0000 (21:31 +0200)
commita1f7c459b75fe47e2abb7e856e6d4a4ad5208cb9
tree2a23cb4351d2e1516d0fb2f4ac8d2e48c3cfce1a
parentec8a29b0c20af204eab7ef3ec5f79dfdeaca35ea
css: Disallow bypassing value computation

This special code was added back in the days when computation wasn't
idemptotent. These days it is.

Also, the bypass code path is only used in fallback code that is pretty
much unused.
gtk/gtkcsscomputedvalues.c
gtk/gtkcsscomputedvaluesprivate.h
gtk/gtkcsslookup.c
gtk/gtkcsslookupprivate.h
gtk/gtkstyleproperties.c